You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > StatTimeSerAnalysis.ARMAHannahFit Method
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.ARMAHannahFit Method

Hannah-Rissanen ARMA estimation.

Syntax
C#
Visual Basic
public static void ARMAHannahFit([In] TVec Data, [In] TVec Phi, [In] TVec Theta, out double Sigma2);
Parameters 
Description 
[In] TVec Data 
Time series. 
[In] TVec Phi 
Returns estimates for Phi coefficients. AR(p) order is determined by Phi length. 
[In] TVec Theta 
Returns estimates for Theta coefficients. MA(q) order is determined by Theta length. 
out double Sigma2 
Returns estimate for Sigma^2 i.e. ARMA model variance. 

Performs Hannah-Rissanen estimation for ARMA(p,q) model.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!